Script: --on windowEvent wdID,wdName,objNo,objName,objValue¬¬if objValue="Open" then ¬ get wsGet(wdID,"2","Hilite")¬ if it = "TRUE" then¬ wsSet wdID,"suffixes:","disabled", "TRUE"¬ wsSet wdID,"suffixList","disabled", "TRUE"¬ else¬ wsSet wdID,"suffixes:","disabled", "FALSE"¬ wsSet wdID,"suffixList","disabled", "FALSE"¬ end if¬ ¬else if objValue="Close" then ¬ ¬else if objValue="Suspend" then ¬ ¬else if objValue="Resume" then ¬ ¬else if objValue="CloseBox" then ¬ ¬else if objValue="ZoomBox" then ¬ ¬else if objValue="GrowBox" then ¬ ¬else if objValue="TitleBar" then ¬ ¬end if¬¬--end windowEvent¬
Balloon: Click here filter the documents dragged onto the Theseus icon to include only those documents which end in one of the suffixes specified in the field below.